Skip to content

Commit

Permalink
fix container_name
Browse files Browse the repository at this point in the history
  • Loading branch information
DoyunShin committed May 2, 2024
1 parent a69e5eb commit fffcf1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
app:
name: ||USER||-app
container_name: ||USER||-app
image: ghcr.io/sparcs-kaist/newbie-image:latest
restart: always
ports:
Expand All @@ -20,7 +20,7 @@ services:
- proxy

db:
name: ||USER||-db
container_name: ||USER||-db
image: mysql:8.4.0
restart: always
volumes:
Expand Down

0 comments on commit fffcf1a

Please sign in to comment.