Explorar el Código

added restart policy in comments

tags/v1.2.1^0
Robin Thoni hace 6 años
padre
commit
3edf932c61
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      docker-compose.yml

+ 2
- 0
docker-compose.yml Ver fichero

@@ -4,6 +4,7 @@ services:
4 4
     database:
5 5
         build: ./postgresql
6 6
         container_name: roundcube-postgresql
7
+#        restart: unless-stopped
7 8
         networks:
8 9
             roundcube.internal.docker:
9 10
                 aliases:
@@ -19,6 +20,7 @@ services:
19 20
     roundcube:
20 21
         build: ./roundcube
21 22
         container_name: roundcube-roundcube
23
+#        restart: unless-stopped
22 24
         networks:
23 25
             roundcube.internal.docker:
24 26
                 aliases:

Loading…
Cancelar
Guardar