diff options
| author | _Tradam <[email protected]> | 2025-09-17 19:59:07 +0900 |
|---|---|---|
| committer | _Tradam <[email protected]> | 2025-09-17 19:59:07 +0900 |
| commit | 4cbf0458f5a23b4fa266404f534830e5a919d710 (patch) | |
| tree | 6b6c8419a2a1e07a9bfdabee0b85ab2c6bdff630 /docker-compose.yml | |
| parent | 5c2a9eb71335ce486b9e97332da0ca2de9b33f0e (diff) | |
| download | wordpress-docker-4cbf0458f5a23b4fa266404f534830e5a919d710.tar.gz wordpress-docker-4cbf0458f5a23b4fa266404f534830e5a919d710.zip | |
fix typo
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 8c3992e..e8ee355 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,7 +46,8 @@ services: build: context: . dockerfile: php.dockerfile - networks: dokploy-network + networks: + - dokploy-network volumes: - ./wordpress:/var/www/html entrypoint: ['wp', '--allow-root'] |
