Skip to content
Snippets Groups Projects
docker-compose.yml 218 B
version: "3"

services:

  app:

    build: /tmp/dokuwiki_docker/
    image: "dokuwiki-{{ timestamp.stdout }}"
    restart: always
    ports:
      - 127.0.0.1:42005:80
    volumes:
      - /srv/dokuwiki:/var/www/html