diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-11-13 17:26:00 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-11-13 17:26:00 +0000 |
commit | 8fae8f38c2c95ed99cd16fc450519915193ae895 (patch) | |
tree | 5a314332f8cc08d7e2d98e408f632a89b42829d4 /docker-compose.yml | |
parent | 5347a8ddc2001ead97e426523b4b03bd797591fb (diff) | |
download | boymoder.blog-8fae8f38c2c95ed99cd16fc450519915193ae895.tar.gz boymoder.blog-8fae8f38c2c95ed99cd16fc450519915193ae895.zip |
Added new script, added two images
Diffstat (limited to 'docker-compose.yml')
-rwxr-xr-x | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index d881761..1e6d0e1 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,6 +15,7 @@ services: - db-network external_links: - mariadb:mysql + restart: unless-stopped networks: db-network: |