Fixed broken restarts, not doing great with these

This commit is contained in:
Ash Leece 2020-07-04 17:25:53 +01:00
parent c86a2bfab0
commit ed09a6ddef
16 changed files with 23 additions and 23 deletions

View File

@ -3,6 +3,6 @@ version: '3.1'
services:
adminer:
image: adminer
unless-stopped
restart: unless-stopped
ports:
- 8080:8080

View File

@ -6,7 +6,7 @@ volumes:
services:
mysql:
unless-stopped
restart: unless-stopped
image: sameersbn/mysql:5.7.24
environment:
- DB_USER=akaunting
@ -16,7 +16,7 @@ services:
- mysql:/var/lib/mysql
akaunting:
unless-stopped
restart: unless-stopped
image: sameersbn/akaunting:1.3.9
command: app:akaunting
environment:
@ -43,7 +43,7 @@ services:
- akaunting:/var/lib/akaunting
nginx:
unless-stopped
restart: unless-stopped
image: sameersbn/akaunting:1.3.9
command: app:nginx
environment:

View File

@ -8,7 +8,7 @@ services:
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=<replace>
unless-stopped
restart: unless-stopped
cachet:
build:
context: .

View File

@ -11,7 +11,7 @@ services:
- 5432:5432
volumes:
- db:/var/lib/postgresql/data
unless-stopped
restart: unless-stopped
dnote:
image: dnote/dnote:1.0.1
@ -34,7 +34,7 @@ services:
- 3000:3000
depends_on:
- postgres
unless-stopped
restart: unless-stopped
volumes:
db:

View File

@ -34,12 +34,12 @@ services:
- ADMIN_PASS=freescout
- DISPLAY_ERRORS=FALSE
- TIMEZONE=Europe/Isle_of_Man
unless-stopped
restart: unless-stopped
db:
image: mariadb
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
unless-stopped
restart: unless-stopped
volumes:
- db:/var/lib/mysql
environment:

View File

@ -16,7 +16,7 @@ services:
db:
image: mariadb
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
unless-stopped
restart: unless-stopped
volumes:
- db:/var/lib/mysql
environment:

View File

@ -2,7 +2,7 @@ version: '2'
services:
ghost:
image: ghost:latest
unless-stopped
restart: unless-stopped
ports:
- 8014:2368
environment:
@ -22,7 +22,7 @@ services:
db:
image: mariadb
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
unless-stopped
restart: unless-stopped
volumes:
- db:/var/lib/mysql
environment:

View File

@ -21,7 +21,7 @@ services:
- INSP_OPER_NAME=${INSP_OPER_NAME}
- INSP_OPER_HASH=${INSP_OPER_HASH}
- INSP_OPER_PASSWORD_HASH=${INSP_OPER_PASSWORD_HASH}
unless-stopped
restart: unless-stopped
volumes:
config:

View File

@ -8,7 +8,7 @@ services:
db:
image: mariadb
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
unless-stopped
restart: unless-stopped
volumes:
- db:/var/lib/mysql
environment:
@ -26,4 +26,4 @@ services:
- db
volumes:
- nextcloud:/var/www/html
unless-stopped
restart: unless-stopped

View File

@ -11,7 +11,7 @@ services:
container_name: openvpn
ports:
- "1194:1194/udp"
unless-stopped
restart: unless-stopped
dns: 1.1.1.1
volumes:
- ovpn:/etc/openvpn

View File

@ -3,7 +3,7 @@ phpmyadmin:
container_name: phpmyadmin
environment:
- PMA_ARBITRARY=1
unless-stopped
restart: unless-stopped
ports:
- 8081:80
volumes:

View File

@ -3,7 +3,7 @@ version: '3.1'
services:
db:
image: postgres:latest
unless-stopped
restart: unless-stopped
ports:
- 5432:5432
volumes:

View File

@ -26,7 +26,7 @@ services:
db:
image: mariadb
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
unless-stopped
restart: unless-stopped
volumes:
- db:/var/lib/mysql
environment:

View File

@ -25,7 +25,7 @@ services:
db:
image: mariadb
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
unless-stopped
restart: unless-stopped
volumes:
- db:/var/lib/mysql
environment:

View File

@ -8,7 +8,7 @@ services:
db:
image: mariadb
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
unless-stopped
restart: unless-stopped
volumes:
- db:/var/lib/mysql
environment:
@ -27,4 +27,4 @@ services:
- 8008:80
links:
- db
unless-stopped
restart: unless-stopped

View File

@ -5,7 +5,7 @@ services:
container_name: thelounge
ports:
- "8005:9000"
unless-stopped
restart: unless-stopped
volumes:
- lounge:/var/opt/thelounge