Skip to content

Commit

Permalink
fix: changed images to only to restart on failure (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: Nolan Arnold <[email protected]>
  • Loading branch information
2 people authored and MateusDadalto committed Aug 4, 2022
1 parent 6b2958f commit 6408a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/base/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- NGINX_PORT=8000
- NGINX_TLS_PORT=8443
magento2:
restart: always
restart: on-failure
networks:
- frontend
- backend
Expand All @@ -22,7 +22,7 @@ services:
database:
volumes:
- db_data:/var/lib/mysql
restart: always
restart: on-failure
environment:
MYSQL_ROOT_PASSWORD: magento2
MYSQL_DATABASE: magento2
Expand Down

0 comments on commit 6408a59

Please sign in to comment.