Skip to content

Commit

Permalink
fix : docker-compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
sycuuui committed Mar 21, 2024
1 parent 9effbfd commit 3a65946
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
version: '3'
version: '3.8'
services:
flask:
container_name: server
image: flask
ports:
- "5000:5000"
networks:
- network

networks:
network:
driver: bridge

0 comments on commit 3a65946

Please sign in to comment.