Skip to content

Commit 6332edc

Browse files
committed
Change port
1 parent 5dc343f commit 6332edc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ services:
55
volumes:
66
- .:/var/www/html
77
ports:
8-
- "81:80"
8+
- "8080:80"
99

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ services:
33
dsomm:
44
build: .
55
ports:
6-
- "81:80"
6+
- "8080:80"
77

0 commit comments

Comments
 (0)