Fix port mapping
CI / test (3.4.1) (push) Has been cancelled

This commit is contained in:
2026-04-27 18:46:19 +01:00
parent 8e406c3d4a
commit 18e933c552
+2 -2
View File
@@ -5,5 +5,5 @@ services:
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
volumes:
- .:/myapp
ports:
- "80:3000"
expose:
- "3000"