Browse Source

added restart policy in comments

tags/v1.2.1^0
Robin Thoni 6 years ago
parent
commit
3edf932c61
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      docker-compose.yml

+ 2
- 0
docker-compose.yml View File

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

Loading…
Cancel
Save