diff options
| author | _Tradam <[email protected]> | 2025-09-17 19:34:58 +0900 |
|---|---|---|
| committer | _Tradam <[email protected]> | 2025-09-17 19:34:58 +0900 |
| commit | 426dbdbcec4fada184b1819a3f7c7bb1f0c23920 (patch) | |
| tree | a0c5bda7c2d8123c39cf9f6d29a4d22e49da2185 | |
| parent | 259be863bc56e82659a67ec3e9878a33c78bf49b (diff) | |
| download | wordpress-docker-426dbdbcec4fada184b1819a3f7c7bb1f0c23920.tar.gz wordpress-docker-426dbdbcec4fada184b1819a3f7c7bb1f0c23920.zip | |
change host port to avoid conflict with dockploy
| -rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 4b4630f..c4bf6ca 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,8 +8,8 @@ services: - php - mysql ports: - - 80:80 - - 443:443 + - 3001:80 +# - 443:443 labels: - "traefik.enable=true" - "traefik.http.routers.wordpress.rule=Host(`yourdomain.com`)" |
