Skip to content

Commit

Permalink
ホスト再起動後に自動起動するように設定
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsutomu-Ikeda committed Apr 17, 2020
1 parent aebbc5e commit 3d858a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
- ./front/dist:/var/admin-front
depends_on:
- api
restart: always
api:
build:
context: api
Expand Down Expand Up @@ -42,6 +43,7 @@ services:
networks:
- default
- db_sharing
restart: always
networks:
db_sharing:
external: true

0 comments on commit 3d858a8

Please sign in to comment.