5 lines
240 B
Plaintext
5 lines
240 B
Plaintext
# Apache runs as an unprivileged uid here, so it cannot bind port 80. It listens
|
|
# on 8080 inside the container; compose publishes that as 8090 on the host, one
|
|
# port along from the wp-migrate rig so both can run side by side.
|
|
Listen 8080
|