Skip to content

Commit 9bc6ce4

Browse files
author
Dan Kelley
committed
switching port so you can run both UIs at same time (local/container)
1 parent c3b1d47 commit 9bc6ce4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
build: ./client
3030
container_name: paws-compose-client
3131
ports:
32-
- "3000:80"
32+
- "80:80"
3333
depends_on:
3434
- server
3535
environment:
@@ -43,6 +43,3 @@ services:
4343
volumes:
4444
postgres:
4545
src_archive:
46-
47-
48-

0 commit comments

Comments
 (0)