services: dokuwiki: image: dokuwiki/dokuwiki:stable # other tags: master, or #user: "1000:1000" # adjust to your required user id user: "1043:100" restart: unless-stopped ports: - "8088:8080" # internal port is 8080, map to what you need environment: PHP_TIMEZONE: Europe/Andorra #PHP_MEMORYLIMIT: 256M #PHP_UPLOADLIMIT: 128M volumes: - ./wiki:/storage # ubicación conf, data, lib - ./logs/apache:/var/log/apache2