Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsam authored Jan 30, 2024
1 parent 4ad1dd2 commit 1a08199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ services:
build: .
image: front-end
container_name: front-end
restart: unless-stopped
ports:
- "5000:5000"
networks:
- infrastructure_default

networks:
infrastructure_default:
external: true
external: true

0 comments on commit 1a08199

Please sign in to comment.